Skip to content

fix(v10/nextjs): Only include emitted chunk directories in Turbopack sourcemap upload - #24295

Merged
chargome merged 1 commit into
v10from
backport/v10-turbopack-chunk-dirs
Sep 14, 2026
Merged

chargome merged 1 commit into
v10from
backport/v10-turbopack-chunk-dirs

Conversation

@chargome

Copy link
Copy Markdown
Member

Backport of: #24259

@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size % Change Change
@sentry/browser 27.77 kB added added
@sentry/browser - with treeshaking flags 26.21 kB added added
@sentry/browser (incl. Tracing) 46.62 kB added added
@sentry/browser (incl. Tracing + Span Streaming) 48.42 kB added added
@sentry/browser (incl. Tracing, Profiling) 51.38 kB added added
@sentry/browser (incl. Tracing, Replay) 85.89 kB added added
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 75.51 kB added added
@sentry/browser (incl. Tracing, Replay with Canvas) 90.61 kB added added
@sentry/browser (incl. Tracing, Replay, Feedback) 103.24 kB added added
@sentry/browser (incl. Feedback) 44.94 kB added added
@sentry/browser (incl. sendFeedback) 32.56 kB added added
@sentry/browser (incl. FeedbackAsync) 37.71 kB added added
@sentry/browser (incl. Metrics) 28.86 kB added added
@sentry/browser (incl. Logs) 29.09 kB added added
@sentry/browser (incl. Metrics & Logs) 29.79 kB added added
@sentry/react 29.58 kB added added
@sentry/react (incl. Tracing) 48.89 kB added added
@sentry/vue 33.2 kB added added
@sentry/vue (incl. Tracing) 48.61 kB added added
@sentry/svelte 27.8 kB added added
CDN Bundle 30.17 kB added added
CDN Bundle (incl. Tracing) 48.59 kB added added
CDN Bundle (incl. Logs, Metrics) 31.75 kB added added
CDN Bundle (incl. Tracing, Logs, Metrics) 49.92 kB added added
CDN Bundle (incl. Replay, Logs, Metrics) 71.03 kB added added
CDN Bundle (incl. Tracing, Replay) 86.13 kB added added
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 87.43 kB added added
CDN Bundle (incl. Tracing, Replay, Feedback) 91.9 kB added added
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 93.2 kB added added
CDN Bundle - uncompressed 89.9 kB added added
CDN Bundle (incl. Tracing) - uncompressed 146.7 kB added added
CDN Bundle (incl. Logs, Metrics) - uncompressed 94.61 kB added added
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 150.68 kB added added
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 219.44 kB added added
CDN Bundle (incl. Tracing, Replay) - uncompressed 266.01 kB added added
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 269.97 kB added added
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 279.71 kB added added
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 283.67 kB added added
@sentry/nextjs (client) 51.47 kB added added
@sentry/sveltekit (client) 47.06 kB added added
@sentry/core/server 80.8 kB added added
@sentry/core/browser 66.95 kB added added
@sentry/node-core 63.32 kB added added
@sentry/node 126.02 kB added added
@sentry/node (incl. diagnostics channel injection) 170.11 kB added added
@sentry/node/import (ESM hook with diagnostics-channel injection) 166 B added added
@sentry/node/light 51.47 kB added added
@sentry/node - without tracing 75 kB added added
@sentry/aws-serverless 84.26 kB added added
@sentry/cloudflare (withSentry) - minified 202.76 kB added added
@sentry/cloudflare (withSentry) 499.38 kB added added

@chargome
chargome marked this pull request as ready for review September 14, 2026 09:10
@chargome
chargome requested a review from a team as a code owner September 14, 2026 09:10
@chargome
chargome requested review from mydea and s1gr1d and removed request for a team September 14, 2026 09:10
@chargome
chargome merged commit 9235d43 into v10 Sep 14, 2026
82 checks passed
@chargome
chargome deleted the backport/v10-turbopack-chunk-dirs branch September 14, 2026 09:10
brandhaug added a commit to brandhaug/b2b-saas-starter that referenced this pull request Sep 20, 2026
## Dependency Updates

| Package | From | To | Type |
| --- | --- | --- | --- |
| `@sentry/cloudflare` | 10.74.0 | 10.75.0 | minor |
| `@sentry/react` | 10.74.0 | 10.75.0 | minor |

## Release Notes

<details>
<summary><b>@<!---->sentry/cloudflare</b> (10.74.0 → 10.75.0)</summary>

### Important Changes

- **feat(v10/effect): Capture errors through the Effect v4
`ErrorReporter` API
([#24445](getsentry/sentry-javascript#24445

On Effect v4, `Sentry.effectLayer` now registers a Sentry
`ErrorReporter`. Failures that pass through `Effect.withErrorReporting`,
`ErrorReporter.report` or the built-in HTTP and RPC reporting boundaries
are captured automatically, with `ErrorReporter.ignore`,
`ErrorReporter.severity` and `ErrorReporter.attributes` annotations
respected. Nothing changes on Effect v3.

### Other Changes

- feat(v10/core): Accept a `CollectBehavior` shorthand for
`dataCollection.httpHeaders`
([#24339](getsentry/sentry-javascript#24339))
- fix(v10/browser): Release the XHR `virtualError` once the request
completed
([#24307](getsentry/sentry-javascript#24307))
- fix(v10/browser-utils): Skip nullish LCP entries in vendored
web-vitals
([#24349](getsentry/sentry-javascript#24349))
- fix(v10/bundler-plugins): Stamp debug IDs onto emitted source maps
when `disable-upload` is set
([#24332](getsentry/sentry-javascript#24332))
- fix(v10/core): Don't instrument the SDK's own envelope requests
([#24276](getsentry/sentry-javascript#24276))
- fix(v10/nextjs): Only include emitted chunk directories in Turbopack
sourcemap upload
([#24295](getsentry/sentry-javascript#24295))
- fix(v10/nitro): Import from nitro/h3 instead of h3 directly
([#24444](getsentry/sentry-javascript#24444))
- fix(v10/node-core): Don't recurse in logAndExitProcess on a broken
stdio pipe
([#24353](getsentry/sentry-javascript#24353))
- fix(v10/nuxt): Detect Nitro version via the app's Nuxt dependency
chain
([#24025](getsentry/sentry-javascript#24025))
- fix(v10/replay): Don't rewrite already-emitted nodes when syncing
mirror attributes ([#23588]

…[full
notes](https://github.com/getsentry/sentry-javascript/releases/tag/10.75.0)

</details>

<details>
<summary><b>@<!---->sentry/react</b> (10.74.0 → 10.75.0)</summary>

### Important Changes

- **feat(v10/effect): Capture errors through the Effect v4
`ErrorReporter` API
([#24445](getsentry/sentry-javascript#24445

On Effect v4, `Sentry.effectLayer` now registers a Sentry
`ErrorReporter`. Failures that pass through `Effect.withErrorReporting`,
`ErrorReporter.report` or the built-in HTTP and RPC reporting boundaries
are captured automatically, with `ErrorReporter.ignore`,
`ErrorReporter.severity` and `ErrorReporter.attributes` annotations
respected. Nothing changes on Effect v3.

### Other Changes

- feat(v10/core): Accept a `CollectBehavior` shorthand for
`dataCollection.httpHeaders`
([#24339](getsentry/sentry-javascript#24339))
- fix(v10/browser): Release the XHR `virtualError` once the request
completed
([#24307](getsentry/sentry-javascript#24307))
- fix(v10/browser-utils): Skip nullish LCP entries in vendored
web-vitals
([#24349](getsentry/sentry-javascript#24349))
- fix(v10/bundler-plugins): Stamp debug IDs onto emitted source maps
when `disable-upload` is set
([#24332](getsentry/sentry-javascript#24332))
- fix(v10/core): Don't instrument the SDK's own envelope requests
([#24276](getsentry/sentry-javascript#24276))
- fix(v10/nextjs): Only include emitted chunk directories in Turbopack
sourcemap upload
([#24295](getsentry/sentry-javascript#24295))
- fix(v10/nitro): Import from nitro/h3 instead of h3 directly
([#24444](getsentry/sentry-javascript#24444))
- fix(v10/node-core): Don't recurse in logAndExitProcess on a broken
stdio pipe
([#24353](getsentry/sentry-javascript#24353))
- fix(v10/nuxt): Detect Nitro version via the app's Nuxt dependency
chain
([#24025](getsentry/sentry-javascript#24025))
- fix(v10/replay): Don't rewrite already-emitted nodes when syncing
mirror attributes ([#23588]

…[full
notes](https://github.com/getsentry/sentry-javascript/releases/tag/10.75.0)

</details>

---
*This PR was auto-generated by
[catalog-update-action](https://github.com/brandhaug/catalog-update-action).*

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants